home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / drom.dir / 00082.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  233 b   |  9 lines

  1. on mouseUp
  2.   global gsetup_pointer
  3.   if (the movieRate of sprite 22 = 0) and (the movieRate of sprite 23 = 0) then
  4.     set gsetup_pointer to the name of member the castNum of sprite 24
  5.     depuppify()
  6.     go("helpmain")
  7.   end if
  8. end
  9.